Click or drag to resize

Tuple Class

Represents "tuple" element as a part of presence description.
Inheritance Hierarchy
SystemObject
  Independentsoft.Sip.PresenceTuple

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class Tuple

The Tuple type exposes the following members.

Constructors
  NameDescription
Public methodTuple
Initializes a new instance of the Tuple class.
Public methodTuple(String)
Initializes a new instance of the Tuple class with the specified ID.
Public methodTuple(String, Status)
Initializes a new instance of the Tuple class with the specified ID and status.
Top
Properties
  NameDescription
Public propertyContact
Gets or sets contact address.
Public propertyExtension
Gets collection of extensions.
Public propertyID
Gets or sets the tuples unique ID. The ID is used to distinguish this tuple from other tuples in the same PresenceDescription.
Public propertyNotes
Gets tupels notes.
Public propertyStatus
Gets or sets status.
Public propertyTimestamp
Gets or sets date and time of the status change of this tuple.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also